home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / SourceCode / Create-A-Card / HappyBirthday.wo / HappyBirthday.wod < prev    next >
Text File  |  1996-01-25  |  569b  |  32 lines

  1. /*
  2.  * HappyBirthday.wod
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  6.  * its fitness for any particular use.
  7.  *
  8.  * This is the declarations file for the HappyBirthday page of the
  9.  * HappyBirthday application.
  10.  *
  11.  */
  12.  
  13. NAME_STRING:WOString {
  14.     value = nameString;
  15. };
  16.  
  17. BIRTHDATE_STRING:WOString {
  18.     value = birthdateString;
  19. };
  20.  
  21. AGE_STRING:WOString {
  22.     value = ageString;
  23. };
  24.  
  25. SUFFIX:WOString {
  26.     value = ageSuffix;
  27. };
  28.  
  29.  
  30. MESSAGE:WOString {
  31.     value = messageString;
  32. };